home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00049_Script_49 < prev    next >
Text File  |  1999-05-31  |  201b  |  8 lines

  1. on mousedown
  2.   global mainframe
  3.   hide
  4.   go to frame mainframe
  5.   set xx to the name of member(the membernum of sprite the clickon)
  6.   set the visible of sprite value(xx) to true
  7.   updatestage
  8. end